You are here: Symbol Reference > Dew Namespace > Dew.Stats Namespace > Dew.Stats.Units Namespace > Classes > Statistics Class > Statistics Methods > Statistics.MeanT Method
Dew Stats for .NET
ContentsIndexHome
PreviousUpNext
Statistics.MeanT Method

Trimmed mean.

Syntax
C#
Visual Basic
public static double MeanT([In] TVec Data, double Alpha);
Parameters 
Description 
[In] TVec Data 
Data. An exception is raised if Data vector is complex. 
double Alpha 
Defines the percent of value excluded from mean calculation. If Alpha parameter is omitted, the default value 0.05 is used (meaning highest 2.5% and lowest 2.5% of data will be excluded). Alpha paramater must lie on the interval [0,1) otherwise an exception is raised. 

the mean of all Data vector elements, excluding highest and lowest 100*Alpha/2 percents of value.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!